home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / wb / BWS_Scalos.lha / BWS_Scalos / Scalos_Rename / locnums.e < prev    next >
Text File  |  2001-12-05  |  1KB  |  86 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. ENUM  MSG_EnterName,
  5.         MSG_Open,
  6.         MSG_NotCli,
  7.         MSG_NoFiles,
  8.         MSG_NoApp,
  9.         MSG_EXCEPT,
  10.         MSG_Disk,
  11.         MSG_Dir,
  12.         MSG_File,
  13.         MSG_Error,
  14.         MSG_Type,
  15.         MSG_Name,
  16.         MSG_Path,
  17.         MSG_VolExists,
  18.         MSG_LabelErr,
  19.         MSG_RenameErr,
  20.         MSG_RenameTo,
  21.         MSG_Reason,
  22.         MSG_StringEmpty,
  23.  
  24.         MSG_DirErr,
  25.         MSG_DirIsFile,
  26.         MSG_NewDir,
  27.  
  28.         MSG_RenAcrossDev,
  29.  
  30.         MSG_FileExists,
  31.         MSG_FileExOpts,
  32.         GAD_FileExOpts,
  33.  
  34.         MNU_Main,
  35.         MNU_About,
  36.         MNU_Quit,
  37.         MNU_Settings,
  38.  
  39.         GAD_Ok,
  40.         GAD_Skip,
  41.         GAD_Cancel,
  42.  
  43.         GAD_RenCan,
  44.  
  45.         MSG_YesNo,
  46.  
  47.         MSG_NewVerGads,
  48.         MSG_chk,
  49.         MSG_unfound,
  50.         MSG_latest,
  51.         MSG_better,
  52.         MSG_found,
  53.         MSG_aborted,
  54.         MSG_UpdError,
  55.         MSG_complete,
  56.  
  57.         MSG_InfoLab,
  58.         MSG_ShowLab,
  59.         MSG_LabItems,
  60.         MSG_ShowType,
  61.         MSG_ShowName,
  62.         MSG_StringGad,
  63.         MSG_StrPaths,
  64.         MSG_ShowPop,
  65.         MSG_Highlight,
  66.         MSG_OnReturn,
  67.         MSG_QueueList,
  68.         MSG_ShowQueue,
  69.         MSG_ShowTitles,
  70.         MSG_ListColumns,
  71.         MSG_ShowPath,
  72.         GAD_Save,
  73.         GAD_Use,
  74.         GAD_Refresh,
  75.         GAD_Ignore,
  76.         GAD_Update,
  77.         MSG_PrefChange,
  78.         MSG_InList
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.